home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / files.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  56 lines

  1.                             HP Files Documentation 
  2.                             ---------------------- 
  3.                                     by ?? 
  4.  
  5. [see !FRANCE!.DOC for important information about this collection. -jkh-] 
  6.  
  7.  
  8. LIB1795.LIB     Type '1795 MENU' and it gives you tools for programming. 
  9.                 Example :       $ 5B15 <=> # 5B15h SYSEVAL (CRNAME) 
  10.  
  11. ASM.LIB         ) 
  12. TLBOX.LIB       )   Other tools for programming in machine language. 
  13. TOOLS           ) 
  14.  
  15. DBUG.LIB        A machine language code dissassembler you can use directly 
  16.                 on the HP 48 
  17.  
  18. DLPLUS.LIB      The principal program is DLB that enables you to 'destroy' 
  19.                 the libraries and to recover their programs. The other 
  20.                 programs are useful in machine language. 
  21.  
  22. FASTLINK.LIB    An important library that lets you communicate between two 
  23.                 HP 48 more rapidly than using SEND and RECEIVE commands. 
  24.                 (The two HP have to run it at the same time) 
  25.  
  26. LIBMKR3.LIB     A library creator on the HP. 
  27.  
  28. PACM.LIB        Pac Man game. You can create your own screen and 
  29.                 change the speed (# YYYXh :     X is your speed [1 to F] 
  30.                                                 Y is the ghosts' speed). 
  31.  
  32. TRON.LIB        The well-known game TRON exists now on the HP. 
  33.  
  34. XPUB.LIB        If flag 63 is SET, this library inhibits all the $CONFIG 
  35.                 programs of the libraries and just shows the message 'Configs 
  36.                 Aborted'. 
  37.  
  38. PROGRAMS : 
  39.  
  40. CIRCLE          A very fast circle plotting. 
  41.  
  42. COM             A program which lets you communicate directly between two 
  43.                 HP : what you type on your HP appears on the other one. 
  44.  
  45. CRRAM           This program lets you take any program on your memcard 
  46.                 even a library although the card is protected. 
  47.  
  48. HPTRIS          The best Tetris on the HP (do {X Y} 'PARAM' STO: 
  49.                                            X is the number of lines [1 to 90] 
  50.                                            Y is the speed [1 to 9] ). 
  51.  
  52. SEND1           A modification of the SEND Command so that you can send a 
  53.                 library without storing it in a variable. 
  54.                 SYNTAX :        2:   OBJECT 
  55.                                 1:   String NAME 
  56.